vr2-3-09.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-09.wrl
#Shear
Transform {
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  children Shape {
    appearance Appearance {
      material Material {
        diffuseColor 0 1 0
      }
    }
    geometry Cone {
      bottomRadius 5
      height 10
    }
  }
}
Transform {
  translation 10 0 0
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  children Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 1 0
      }
    }
    geometry Cylinder {
      radius 5
      height 10
    }
  }
}
Transform {
  translation 20 0 0
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  children Shape {
    appearance Appearance {
      material Material {
        diffuseColor 0 1 1
      }
    }
    geometry Box {
      size 10 10 10
    }
  }
}
Transform {
  translation 30 0 0
  scale 1 0.5 1 
  scaleOrientation 0 0 1 0.7854
  children Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 0 1
      }
    }
    geometry Sphere {
      radius 5
    }
  }
}